home *** CD-ROM | disk | FTP | other *** search
- property RegVPos, ProVPos, spriteNum
- global QuickBooksPro
-
- on getPropertyDescriptionList
- description = [:]
- addProp(description, #RegVPos, [#default: 0, #format: #number, #comment: "Reg V-Pos:"])
- addProp(description, #ProVPos, [#default: 0, #format: #number, #comment: "Pro V-Pos:"])
- return description
- end
-
- on beginSprite
- if QuickBooksPro = "TRUE" then
- sprite(spriteNum).locV = ProVPos
- else
- sprite(spriteNum).locV = RegVPos
- end if
- end
-